home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
dev
/
www_talk.930
/
001036_sanders@bsdi.com _Thu May 6 02:45:07 1993.msg
< prev
next >
Wrap
Internet Message Format
|
1994-01-24
|
3KB
Return-Path: <sanders@bsdi.com>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA19748; Thu, 6 May 93 02:45:07 MET DST
Errors-To: sanders@bsdi.com
Received: from austin.BSDI.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA22484; Thu, 6 May 1993 03:05:47 +0200
Received: from localhost by austin.BSDI.COM (5.67/1.37)
id AA01715; Wed, 5 May 93 20:05:45 -0500
Message-Id: <9305060105.AA01715@austin.BSDI.COM>
To: www-talk@nxoc01.cern.ch
Subject: More about DOCid's and HTTP2
In-Reply-To: Your message of Thu, 06 May 93 01:52:24 +0200.
Errors-To: sanders@bsdi.com
Reply-To: sanders@bsdi.com
Organization: Berkeley Software Design, Inc.
Date: Wed, 05 May 1993 20:05:45 -0500
From: Tony Sanders <sanders@bsdi.com>
I got this out-of-band:
> Thanks for pointing out "DOCid's" and "HTTP2". Are there any
> documents about this in the web? Do you have the full link names? Is
> the topic discussed anywhere else than www-talk? Other www-talk
> readers would probably be interested in the answers.
http://info.cern.ch:80/hypertext/WWW/Protocols/HTTP/HTTP2.html
http://info.cern.ch/hypertext/WWW/DesignIssues/FunctionTraverse.html
these talk about UDI's a little:
http://info.cern.ch/hypertext/WWW/DesignIssues/DosDonts.html
http://info.cern.ch/hypertext/WWW/Administration/DataModel.html
I couldn't find much that talks about DOCid's directly (there isn't much
because they don't exist yet :-). Anyone know where some docs are that
talk about this? I've seen them but couldn't find them right now.
I thought about writing a perl script that retrieves and greps http
documents from ~/.mosaic-global-history but then I realized there are over
1200 in my history file, whew.
<INFORMATION>
Here are my top 5 servers (out of 101):
68 www.bsdi.com (my server)
81 hoohoo.ncsa.uiuc.edu (xmosaic)
85 cs.indiana.edu (where my server code came from)
95 www.ncsa.uiuc.edu (xmosaic)
236 info.cern.ch (WWW HQ)
as computed by:
------- cut: server-hist --------
#!/usr/bin/perl -n
next unless /^file:/ || /^ftp:/ || /^gopher:/ || /^http:/ || /^telnet:/;
next if /\?/; # queries don't count
s,^[^/]*//,,; s,[:/].*,,; s,\.$,,; y/A-Z/a-z/; print;
----------------------------
server-hist ~/.mosaic-global-history | sort | uniq -c | sort -n | tail -5
</INFORMATION>
<PROJECT IDEA>
Someone should make a server where you can mail your .mosaic-global-history
file and it will munge it into some stats that we can view on the Web.
</PROJECT>
--sanders@bsdi.com